Skip to content

Move replicated-output dedup to the Dask and Ray frontends#22394

Open
Matt711 wants to merge 3 commits intorapidsai:mainfrom
Matt711:bug/polars/multi-rank-fixes
Open

Move replicated-output dedup to the Dask and Ray frontends#22394
Matt711 wants to merge 3 commits intorapidsai:mainfrom
Matt711:bug/polars/multi-rank-fixes

Conversation

@Matt711
Copy link
Copy Markdown
Contributor

@Matt711 Matt711 commented May 6, 2026

Description

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@Matt711 Matt711 requested a review from madsbk May 6, 2026 12:39
@Matt711 Matt711 requested a review from a team as a code owner May 6, 2026 12:39
@Matt711 Matt711 added bug Something isn't working non-breaking Non-breaking change labels May 6, 2026
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 6, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added Python Affects Python cuDF API. cudf-polars Issues specific to cudf-polars labels May 6, 2026
madsbk added a commit to madsbk/cudf that referenced this pull request May 7, 2026
collect_metadata=True,
)
if (
self._comm is not None
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can self._comm possibly be None if we got here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think instead one should raise (like for if self._ctx is None) at the beginning of the function.

@vyasr
Copy link
Copy Markdown
Contributor

vyasr commented May 7, 2026

/ok to test

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 7, 2026

/ok to test

@vyasr, there was an error processing your request: E1

See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/

@vyasr
Copy link
Copy Markdown
Contributor

vyasr commented May 7, 2026

/ok to test b513cf4

@Matt711
Copy link
Copy Markdown
Contributor Author

Matt711 commented May 7, 2026

This PR depends on #22381

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cudf-polars Issues specific to cudf-polars non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants